.Light {
  background:#fff;
  border: solid grey 1px;
  color:rgb(41, 41, 41);
}
.Light:hover {
    background:rgb(219, 219, 219);
  border: solid grey 1px;
  color:rgb(41, 41, 41);
}



.Dark {
  background:rgb(48, 48, 48);
  border: solid grey 1px;
  color:rgb(245, 245, 245);
}
.Dark:hover {
  background:rgb(71, 71, 71);
  border: solid grey 1px;
  color:rgb(245, 245, 245);
}